.xml_container
{
	width: 600px;
	height: 800px;
	display: block;
	top: 800px;
	left: 620px;
	position: fixed;
	overflow:auto ;
	visibility:hidden ;
}

.Module_container
{
	width: 500px;
	display: block;
	height: 600px;
	top: 10%;
	left: 5%;
	position: fixed;
	overflow:auto ;
	visibility:hidden ;

}
.img_container
{
	display: block;
	top: 10%;
	left: 35%;
	position: fixed;
	overflow:auto ;


}
.trigger
{
    cursor: pointer;
    cursor: hand;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    font-family: arial;
    font-size: 13pt;
    height: 22px;
}

.node_img
{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 22px;
    vertical-align: bottom;
    display: inline;
}
.node_title
{
    position: relative;
    left: 5px;
    font-weight: bold;
    vertical-align: top;
    display: inline;
}
.toollink
{
    position: relative;
    left: 5px;
    vertical-align: top;
    display: inline;
}
.branch
{
    position: relative;
    display: none;
    margin-left: 0px;
}
.menu_container
{
    position: absolute;
    width: 99%;
    height: 99%;
    display: block;
    top: 10%;
    left: 0;
    background-color: #ECE9D8;
    padding: 0px 0px 0px 0px;
}
.body_container
{
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #ECE9D8;
}
.body_container A:Hover
{
	color:Red ;
}
.body_container  a:visited, .body_container a:active{
color: blue;
}

.inputboxStyle 
{
	font-family: Arial,Verdana,Helv,Helvetica; 
    font-size: 14px;
	font-weight:bold; 
	COLOR: white; 
	BACKGROUND-COLOR: #004584; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none ; 
	cursor: hand ;
	vertical-align :middle ;
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999;
	
}      
    .section_title
    {
        font-family : Arial;
        font-size : medium;
        font-weight : bold;
    }
    .normal_text
    {
    	font-family : Arial;
    	font-size : small;
    	font-weight : normal;
    }
    .notice_text
    {
    	font-family : Arial;
    	font-size : small;
    	font-weight : normal;
        color : Red;    	
    }
    .version_text
    {
    	font-family : Arial;
    	font-size : small;
    	font-weight : bold;
    	color : Black;
    }
